cody - HTMLify profile

cody
4270 Files
632542 Views
Latest files of /cody/solygambas/html-css-javascript-projects/077-sortable list
@import url("https://fonts.googleapis.com/css2?family=Blinker:wght@400;700&display=swap");
:root {
--border-color: #e3e5e4;
--background-color: #fff;
--background-secondary-color: #c3c7ca;
--draggable-color: #eaeaea;
--text-color: #34444f;
:root {
--border-color: #e3e5e4;
--background-color: #fff;
--background-secondary-color: #c3c7ca;
--draggable-color: #eaeaea;
--text-color: #34444f;
<!-- Reference: https://developer.mozilla.org/en-US/docs/Web/API/HTML_Drag_and_Drop_API -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link